func net.unixSocket
4 uses
net (current package)
unixsock_posix.go#L16: func unixSocket(ctx context.Context, net string, laddr, raddr sockaddr, mode string, ctxCtrlFn func(context.Context, string, string, syscall.RawConn) error) (*netFD, error) {
unixsock_posix.go#L164: fd, err := unixSocket(ctx, sd.network, laddr, raddr, "dial", ctrlCtxFn)
unixsock_posix.go#L226: fd, err := unixSocket(ctx, sl.network, laddr, nil, "listen", ctrlCtxFn)
unixsock_posix.go#L240: fd, err := unixSocket(ctx, sl.network, laddr, nil, "listen", ctrlCtxFn)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |